<!-- 
The elements in this file are used in conjunction with an entry in conf/login-config.xml.
It adds a requirement for hashed passwords to a login module.
-->
<module-option name="hashAlgorithm">SHA-256</module-option>
<module-option name="hashEncoding">base64</module-option>